home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000538_farrokh@alisa.fusion.ucla.edu_Thu May 5 06:03:18 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from Alisa.fusion.ucla.edu by cs.umb.edu with SMTP id AA25512
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 5 May 1994 16:02:48 -0400
  3. Received: by alisa.fusion.ucla.edu (5.57/DEC-Ultrix/4.3)
  4.     id AA01301; Thu, 5 May 94 13:03:19 -0700
  5. Message-Id: <9405052003.AA01301@alisa.fusion.ucla.edu>
  6. To: tex-k@cs.umb.edu
  7. Subject: Weired behavior of xdvik/dvips in finding postscript plot files.
  8. Date: Thu, 05 May 94 13:03:18 -0700
  9. From: farrokh@alisa.fusion.ucla.edu
  10. X-Mts: smtp
  11.  
  12.  
  13.  
  14. From: Farrokh Najmabadi, UCLA
  15.       najmabadi@fusion.ucla.edu
  16.       Phone: 310-825-5435
  17.  
  18.  
  19. Bug/Problem:  Weired behavior of xdvik/dvips in finding postscript plot files.
  20.  
  21.  
  22. Platform specifications:
  23. DecStation 5000/200 running Ultrix 4.2a
  24. Tex-3.1415 (web2c-6.1), xdvik-1.8, dvipsk-5.55a, psfig-1.10
  25.  
  26. Tex/latex, xdvik, and dvipsk are complied (gcc 2.4.5) and installed pretty much
  27. with all default values (with the exception of using optimizer and no debug
  28. flags).  All enviromental values are defaulted to what came with the packages.
  29.  
  30.  
  31. Problem:
  32. I am using psfig-1.10.  The following lines call psfig in my latex file:
  33.  
  34. \begin{figure}[p]
  35. \hbox to 6.25truein{\hfil
  36. \psfig{file=fig-a3-02-1-1.ps,height=6.6truein}
  37. \hfil}
  38. \caption[Fig-2-1-1]
  39. {Local fusion-power density in the plasma for \DT\ and \DH\ fusion fuels.}
  40. \end{figure}
  41.  
  42. I have the enviromental variable TEXINPUTS set as:
  43.  
  44. TEXINPUTS: .:/usr/local/lib/texmf/tex//:/PUBLIC/ARCHIVE/FIGURE/PS//
  45.  
  46. The following happens:
  47. 1) Tex, dvips, and xdvi work properly, including 
  48. the postscript figure files in /PUBLIC/ARCHIVE/FIGURE/PS/*/...
  49.  
  50.  
  51. 2) Once, I use pscompress of psfig packages to compress the postscript files
  52. and leave them in /PUBLIC/ARCHIVE/FIGURE/PS/*/... as before,
  53. tex/latex finds these files (use .bb file to get the bounding box, etc) but
  54. dvips and xdvik cannot find them, giving me error:
  55.  fig-a3-02-1-1.ps.Z   No such file or directory
  56.  
  57. However, if I copy the same compressed postscript figures into the working
  58. directoy (where I am running tex/latex), dvips and xdvik find them, uncompress
  59. them, and produce the proper output.
  60.  
  61. 3) I have tried the following to see if it makes any difference.
  62. a) Setting TEXPICTS enviromental variable had no effect.
  63. b) Changing the file name (to shorter names) did not have any effect.
  64.  
  65.  
  66.  
  67. --------